﻿body {
    position: relative;
}
img{
    border-style: none;
}

/*右侧导航*/

.nav {
    position: absolute;
    width: 120px;
}

.nav a {
    width: 100%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 48px;
    text-align: left;
    box-sizing: border-box;
    border-bottom: 1px dashed #999;
    color: #666;
    font-size: 14px;
}

.nav a:hover {
    color: #2c6cd8;
}

.nav a em {
    display: inline-block;
    width: 6px;
    height: 10px;
    background: url(../images/traggle.png) no-repeat;
    background-size: 100%;
    margin-right: 16px;
}

.nav a:hover em {
    background: url(../images/traggle2.png) no-repeat;
    background-size: 100%;
}

.nav .ewm {
    width: 89px;
    margin-top: 30px;
    margin-left: 8px;
}

.nav p {
    width: 90px;
    margin-left: 9px;
    font-size: 12px;
    color: #666;
    text-align: center;
    line-height: 20px;
    margin-top: 10px;
}

.main {
    width: 100%;
    background: url(../images/back.png) no-repeat;
    background-size: 100% 100%;
    padding-bottom: 300px;
}

/*新闻*/

.news {
    width: 1200px;
    margin: 0 auto;
}

.news h1.title {
    width: 100%;
    line-height: 108px;
    font-size: 34px;
    color: #fa3c31;
    font-weight: bold;
}

.news h1.title img {
    width: 96px;
    margin-left: 15px;
}

.news h1.title span {
    color: #000;
}

.news-con {
    width: 1176px;
    height: 455px;
    box-shadow: 0 2px 8px 4px rgba(0, 0, 0, 0.1);
    background: url(../images/news_back.jpg) no-repeat;
    background-size: 100%;
    margin-bottom: 30px;
    position: relative;
    margin-left: 24px;
}

.news-con dl {
    width: 1156px;
    height: 360px;
    position: absolute;
    left: -24px;
    top: 56px;
    z-index: 99;
    display: none;
}

.news-con dl.show {
    display: block;
}

.news-con dl dt, .news-con dl dd {
    float: left;
    width: 530px;
}

.news-con dl dt img {
    width: 530px;
    height: 320px;
    box-shadow: 0 2px 8px 4px rgba(0, 0, 0, 0.1);
}

.news-con dl dd {
    float: left;
    width: 598px;
    margin-top: 50px;
    margin-left: 28px;
}

.news-con dl dd h1 {
    color: #353535;
    font-weight: bold;
    font-size: 18px;
    line-height: 42px;
}

.news-con dl dd .content {
    color: #737373;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 11px;
    padding-left: 16px;
}

.news-con dl dd a {
    color: #5c5c5c;
    font-size: 14px;
    line-height: 36px;
    display: block;
}

.news-con dl dd a em {
    float: right;
    color: #737373;
    font-size: 13px;
}

.news-con dl dd a.more {
    color: #676767;
    font-size: 13px;
    line-height: 36px;
    padding-left: 16px;
}

a.more {
    color: #676767;
    font-size: 13px;
    line-height: 36px;
    padding-left: 16px;
}

.picture {
    width: 1200px;
    height: 150px;
    background: url(../images/kuajing.jpg) no-repeat;
    background-size: 100%;
    margin: 0 auto;
    box-shadow: 0 2px 8px 4px rgba(0, 0, 0, 0.1);
}

.picture a {
    width: 118px;
    height: 37px;
    background: url(../images/moreback.png) no-repeat;
    background-size: 100%;
    color: #fff;
    font-size: 14px;
    display: block;
    margin-top: 55px;
    margin-left: 622px;
    float: left;
    text-align: center;
    line-height: 37px;
}

.picture a:hover {
    box-shadow: 0 8px 29px 8px rgba(75, 110, 254, 0.42);
}

h1.title-h1 {
    font-size: 24px;
    color: #323232;
    font-weight: bold;
    line-height: 70px;
    padding: 0 30px;
}

/*品牌*/

.pinpai {
    width: 1200px;
    height: 460px;
    background: #fff;
    margin: 0 auto;
    margin-top: 30px;
    box-shadow: 0 2px 8px 4px rgba(0, 0, 0, 0.1);
}

.pinpai h1 a {
    float: right;
    font-size: 12px;
    color: #5c5c5c;
    margin-right: 32px;
}

.pinpai ul li {
    float: left;
    margin-left: 30px;
    position: relative;
    margin-top: 12px;
    cursor: pointer;
    width: 360px;
    height: 330px;
    box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.05);
}

.pinpai ul li img.pinpaiimg {
    width: 360px;
    height: 188px;
}

.pinpai ul li h3 {
    color: #4b4b4b;
    font-size: 16px;
    line-height: 55px;
    padding-left: 28px;
}

.pinpai ul li p.msg, .meet dl dd p.msg {
    color: #999999;
    font-size: 14px;
    line-height: 17px;
    padding-left: 28px;
}

.pinpai ul li p.msg span, .meet dl dd p.msg span {
    float: left;
}

.pinpai ul li p.msg em, .meet dl dd p.msg em {
    width: 12px;
    height: 14px;
    background: url(../images/address.png) no-repeat;
    background-size: 100%;
    display: inline-block;
    margin-right: 10px;
    float: left;
    margin-top: 2px;
}

.pinpai ul li p.msg em.time, .meet dl dd p.msg em.time {
    background: url(../images/time.png) no-repeat;
    background-size: 100%;
    margin-left: 38px;
}

.pinpai .finish, .meet .finish {
    width: 96px;
    height: 32px;
    background: #cccccc;
    color: #fff;
    font-size: 14px;
    line-height: 32px;
    border: 0;
    outline: none;
    margin: 19px 28px;
}

.pinpai .nofinish {
    width: 96px;
    height: 32px;
    background: url(../images/finish.png) no-repeat;
    background-size: 100%;
    color: #fff;
    font-size: 14px;
    line-height: 32px;
    border: 0;
    outline: none;
    margin: 19px 28px;
}

.black {
    display: none;
    position: absolute;
    left: 0;
    top: 78px;
    font-size: 14px;
    color: #fff;
    line-height: 26px;
    padding: 45px 24px 13px;
    width: 360px;
    height: 110px;
    box-sizing: border-box;
    background: url(../images/black.png) no-repeat;
    background-size: 100% 100%;
}

/*合作伙伴*/

.partner, .jingnei {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    margin-top: 30px;
    box-shadow: 0 2px 8px 4px rgba(0, 0, 0, 0.1);
    padding-bottom: 27px;
}

.jingnei {
    padding-bottom: 0;
}

.partner h1, .jingnei h1 {
    border-bottom: 1px solid #e5e5e5;
}

.partner .link, .jingnei .link {
    float: right;
    line-height: 70px;
    margin-top: -70px;
    margin-right: 18px;
    position: relative;
}

.partner .link .line, .jingnei .link .line {
    width: 64px;
    height: 3px;
    background: url(../images/blueline.jpg) no-repeat;
    background-size: 100%;
    display: inline-block;
    position: absolute;
    left: 20px;
    bottom: 0px;
    transition: all 0.4s ease;
}

.jingnei .link .line {
    width: 128px;
}

.partner .link li, .jingnei .link li {
    float: left;
    color: #dadada;
    font-size: 16px;
    cursor: pointer;
}

.partner .link li em, .jingnei .link li em {
    padding: 0 20px;
    line-height: 20px;
    color: #4c4c4c;
    font-size: 16px;
}

.partner .link li em.active, .jingnei .link li em.active {
    color: #4d96f1;
}

.partner-img, .jingnei-img {
    margin-top: 40px;
    padding-left: 37px;
    display: none;
    overflow: hidden;
}

.jingnei-img {
    padding-left: 30px;
    margin-top: 0;
}

.partner-img.block, .jingnei-img.block {
    display: block;
}

.partner-img img {
    float: left;
    margin-right: 10px;
    margin-bottom: 12px;
    width: 180px;
}

.newmain {
    width: 100%;
    background: #fafbfd;
    min-height: 300px;
    padding-bottom: 160px;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}

.menu {
    width: 100%;
    height: 50px;
    background: url(../images/nav.jpg) repeat;
    overflow: hidden;
}

.menu h1 {
    width: 1200px;
    margin: 0 auto;
    height: 50px;
    position: relative;
}

.menu h1 span {
    color: #fff;
    font-size: 16px;
    line-height: 50px;
}

.menu h1 em.menu-em {
    width: 78px;
    height: 79px;
    display: inline-block;
    background: url(../images/menu.png) no-repeat;
    background-size: 100%;
    cursor: pointer;
    position: absolute;
    right: -18px;
    top: 0;
}

.menu h1 em.menu-em:hover {
    background: url(../images/menu1.png) no-repeat;
    background-size: 100%;
}

.menu-nav {
    width: 1200px;
    /*height: 70px;*/
    box-shadow: 0 2px 8px 4px rgba(0, 0, 0, 0.1);
    padding-top: 5px;
    display: none;
    background: #fff;
    position: absolute;
    left: 50%;
    margin-left: -600px;
    z-index: 100;
}

.menu-nav p {
    width: 1200px;
    border-bottom: 1px dashed #cac7c7;
}

.menu-nav p:last-child {
    border: 0;
}

.menu-nav p a {
    color: #666;
    font-size: 16px;
    line-height: 70px;
    margin-left: 65px;
    display: inline-block;
}

.menu-nav p a em {
    width: 6px;
    height: 10px;
    display: inline-block;
    background: url(../images/traggle.png) no-repeat;
    background-size: 100%;
    margin-right: 12px;
}

.gonews {
    width: 1300px;
    margin: 0 auto;
    padding: 30px 50px;
    box-sizing: border-box;
    overflow: hidden;
}

.gonewsl {
    width: 885px;
    float: left;
}

.gonewsr {
    width: 285px;
    float: right;
}

.pinpai .nofinish-go {
    background: url(../images/jnd.jpg) no-repeat;
    background-size: 100%;
}

.pinpai .nofinish-come {
    background: url(../images/redback.jpg) no-repeat;
    background-size: 100%;
}

/*2018-01-21 九华科技有限公司 王*/

.container {
    width: 1200px;
    margin: 0 auto;
}

.right-model {
    width: 18%;
    display: inline-block;
    vertical-align: top
}

.card>a {
    position: relative;
    margin-bottom: 30px;
    display: inline-block;
    width: 100%
}

.card>a:hover {
    box-shadow: 0 0 20px #ddd
}

.card img {
    width: 100%;
    height: 100%;
    vertical-align: middle
}

.card p {
    font-size: 14px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    text-align: center;
    color: #fff;
    line-height: 3
}

.pg-left {
    width: 90%;
    display: inline-block;
    margin-right: 3%;
    vertical-align: top
}

.privincial {
    margin-top: 30px;
}
.privincial::after{
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
}
.list-group {
    border: 1px solid #e6e6e6;
    width: 20%;
    /* line-height: 3; */
    background: #fff;
    margin-right: 15px;
}

.list-group h2 {
    font-size: 20px;
    line-height: 3.5;
    padding-left: 18px;
}

.list-group h3 {
    font-size: 18px;
    line-height: 3.5;
    padding-left: 18px;
    cursor: default;
}

.list-group li {
    color: #666;
    font-size: 16px;
    cursor: pointer;
    position: relative;
    padding: 15px 26px 15px 18px;
    list-style-type:none;
}

.list-group li:after {
    content: '\e600';
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #666;
    font-family: iconfont;
}
.list-group li.active,.list-group h3.active {
    color: #4273e2 !important;
    background: #e0edfd
}

.list-group li.active:after, .list-group li:hover:after {
    color: #4273e2 !important;
}

.list-group li:hover {
    color: #4273e2 !important;
    background: #e0edfd
}

.fl {
    float: left
}

.fr {
    float: right
}

.new-list2 {
    border: 1px solid #e6e6e6;
    margin-bottom: 30px;
    background: #fff
}
.right-model ul:nth-child(2){
	display: none;
}
.new-list2 h3 {
    font-size: 18px;
    border-bottom: 1px solid #e6e6e6;
    line-height: 2.5;
    padding-left: 20px
}

.new-list2 h3 img {
    vertical-align: middle
}

.new-list2 h4 {
    font-size: 14px;
    text-align: center;
    line-height: 3
}

.new-list2 h4 a {
    color: #707070
}

.new-list2 li {
    position: relative;
    margin: 0 20px;
    line-height: 2.5;
}

.new-list2 li a:before {
    position: absolute;
    content: url(../images/dian.png);
    left: 0;
    top: -3px
}

.new-list2 li a {
    position: relative;
    border-bottom: 1px dashed #dcdcdc;
    display: block;
    font-size: 14px;
    color: #666;
    padding-left: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.new-list2.card-list li {
    margin-top: 20px
}

.new-list2.card-list li a {
    padding-left: 0;
    border-bottom: none
}

.new-list2.card-list li img {
    width: 100%;
    vertical-align: middle
}

.new-list2.new-list2-des li a {
    padding-left: 0
}

.new-list2.new-list2-des li small {
    display: block;
    color: #999;
}

.new-list2.card-list li a:before, .new-list2.new-list2-des li a:before {
    content: none
}

#page {
    margin-top: 30px
}

.badge {
    display: inline-block;
    padding: 3px 5px;
    font-size: 75%;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    color: #fff;
    background: #facf52;
    margin-left: 10px;
}

.text-center {
    text-align: center;
    padding-bottom:30px;
}

/*练习我们*/

.contact {
    border: 1px solid #dddddd;
    background: #fff;
    margin-top: 50px
}

.contact h1 {
    font-size: 25px;
    background: #f8f9fb;
    line-height: 3;
    padding: 0 30px;
    border-bottom: 1px solid #dddddd
}

.contact ul {
    display: flex;
    justify-content: space-between
}

.contact li {
    text-align: center;
    margin: 30px;
    padding: 20px 0 20px 10px;
    border: 1px solid #dddddd;
    border-top: 1px solid #3d79b7;
    flex-grow: 1;
    width: 33.33333%;
    width: 27% \0;
    display: inline-block \0
}

.contact li h3 {
    margin-bottom: 20px
}

/*岗位设置*/

.gangwei {
    display: flex;
    margin: 20px 0
}

.gangwei li {
    flex-grow: 1;
    width: 20%;
    background: #fff;
    margin-right: 20px;
    padding: 20px;
    display: inline-block \0;
    width: 14% \0
}

.gangwei li:hover {
    box-shadow: 0 0 15px #eee
}

.gangwei h3 {
	width:103%;
    color: #2c6cd8;
    font-size: 18px;
    margin-bottom: 25px
}

.gangwei p {
    color: #999;
    font-size: 14px;
    margin-bottom: 7px
}

@font-face {
    font-family: "iconfont";
    src: url('//at.alicdn.com/t/font_1024818_w0b6tzeq9i.eot?t=1548212233045');
    /* IE9 */
    src: url('//at.alicdn.com/t/font_1024818_w0b6tzeq9i.eot?t=1548212233045#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAAASkAAsAAAAACRwAAARWAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCDKgqFNIRXATYCJAMUCwwABCAFhG0HVRvoB8iOkVvEOJZf/j/x8Px+uHPff3+qaUuiad7mfV5dEQuFBB1SwUOkWvcSNsSumuogdK+T3D20qLZV+21HvOXwAgw4XNr2wOYB5TLH0GkBJhjQ3timLIwL5N3fInbdbPVgAo8TqNEtCLSYU1QFTGTiuECcU6QEmHiMcgI9VGkqIpZm8RoYqkov4QuAV8bv4z8YDROSsiBOXT7MloO0X+BXA9Lxv8NgjQBE1dlxW0WBEUAmTiOd+xArOQJR88k3MA2oknolfkHPsp41/P9PNCAeir1KDaXIUvF/XlQQlXWgzqYyv4AidFQQ9BJUWdAroGqAeDmUpbakBo34CkQ/ENU9RrcKoVJ0mpo2y/fMXRYWNdUt3kb14x0FAeO4Kp4vrqpZedJ8vPMiL1HExq/tWDNuXef6qlWqwKUZkWZE9erTvtXYZVE6LlJTbW6lN4Nq71bNny2GHOIcdsxzXyxUcYwnyx1zdOMf14iCnBMwUSSe285xA6N6zFjqz4uZx4WqFYX1vquF7WtmzJo1f/XMmXNk42c7O4uCw7gZHTMdRd5B6z5wF+fgMGMO6Fhr7jxbcvDVW72826scx692h0RBlYrLU8i1vWw/upD7O9ugidDBJUgjyF7S/faR1yY8o7xtPkxF4Osls5JkTheDLpD/Iqco0+RBNPUAQI5WjGWhJmjxWJiECezSBHf4jxwU7lLZN13CDrXOQrO8FfsayAYC6V1A+fiKLSvAmzGzIivtMq5/HtUHT3Bv9Y3LknoqAqcu9IuvsFaFO45+pGw0bDMx3ItV+CmGDW3EmpFlcrgCLl+mbTZqMlje3/owuGJ507xgxslnXA285Ute7w6v4VjijMU3JU99D0uXir5vcovYD60+5h9bw3oem702hdOLsR6zLd45v91SYW65lWv+zjhqT77R9fDjjy1tqm22Lt3+rNUzLAczzIhODPAq/2CZEA1834xaBLLfvs/KQMl7WzvQQDyr+IlYQVqFngH3HwyQohrSe/jSafM3PpmavxtmnfTVxDyDb5qfpoYwu6uBfS/6iE6Sqgy4/2uA3CWiqczvekX4Li09ZcxKF58TkpMjS4t71WjbV306VGl3kFTqsheqviIQM3UEpVrjqFBlBjWG5a6u1YqBiFyNISMZQpPNSBp8QaHJRWKm3kWpw1tUaAoENTbDfstafUGZZTK4hMXlqLQRpWS0lpAtrJlZWYGTtWoJ45YYDAxn9FQEDQ8J82dycS3OVDFDX0dGsCyBEgytQXPYabhaTaM6hlbiMjZEwbK6hNBQIupJITJaA8wsYOAkWDg5lFQjFEWGpkVo7Vlmge9XwJFqqUkwCQ0/3BgcQ4/qHBUuRFgGYq5Sm6lhV87Rq0OKwGIRUAQGTQOVw+w4tZSkoXTRg5RwMqwQigJxnQSh1IrIqgxpXq1Zx6KrtKm4fRkpishRRoX0uMFATkm0xg2UVq0fQDpKGIauD2YoUsEGy2hdo2oAAAAA') format('woff2'), url('//at.alicdn.com/t/font_1024818_w0b6tzeq9i.woff?t=1548212233045') format('woff'), url('//at.alicdn.com/t/font_1024818_w0b6tzeq9i.ttf?t=1548212233045') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
    url('//at.alicdn.com/t/font_1024818_w0b6tzeq9i.svg?t=1548212233045#iconfont') format('svg');
    /* iOS 4.1- */
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-wx:before {
    content: "\e678";
}

.icon-dian:before {
    content: "\e601";
}

.icon-xinlang:before {
    content: "\e644";
}

.icon-arrow-right-copy-copy:before {
    content: "\e600";
}

.english .head-btn a {
    width: 173px
}

.english .head-btn .CIPA {
    width: 110px
}

.english .head-r {
    width: 940px
}

#page span {
    cursor: pointer;
}

.toTop {
    width: 80px;
    height: 80px;
    text-align: center;
    position: fixed;
    z-index: 9999999;
    right: 50px;
    bottom: 50px;
    background: rgba(0, 0, 0, .2);
    color: #fff;
    font-size: 20px;
    line-height: 80px;
    cursor: pointer;
}
#content h2{
    font-size: 20px;
    text-align: center;
    line-height: 40px;
}
.downloadBox{
    text-align: center;
}
.downLoad {
    display: inline-block;
    margin: 50px auto;
    width: 150px;
    height: 40px;
    font-size: 14px;
    color: #a4a4a4;
    border: 1px solid #a4a4a4;
    text-align: center;
    line-height: 40px;
    box-sizing: border-box;
}
.downLoad:hover {
    background:#ee5455;
    color: #fff;
    border:none;
}
.moreInfo span.source{
    background: url(../images/xhrb.png) no-repeat left center !important;
    padding-left:15px;
    margin-right: 20px;
}
.moreInfo span.time{
    background: url(../images/date.png) no-repeat left center !important;
    padding-left: 15px;
}